Cracking a license system for farlight cheats

without packer.

put into ida pro and go to the main function .

Pasted image 20240318190059.png

Rewrite the sub_1400536C0 ( we can see if the curl_setopt initiate so the license requests to the license server ) overwrite the latest jne to

jmp loc_14005487C

because the main menu is in the

loc_14005487C

how i know its in sub_1400536C0? we can see in the main function got call the

sub_1400536C0

we have 2 cmp , jne to failed. we can delete the failed one and jmp directly into the next function ( avoid error )

and Pasted image 20240318190138.png

cracked.